home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / MacX25 / MacX25 Developer's Kit / X.25_Interface_Library / Library_Examples / Example_2 / makefile next >
Encoding:
Makefile  |  1994-11-21  |  4.6 KB  |  146 lines  |  [TEXT/MPS ]

  1. # This makefile was produced at 14:45:40 on Wed, Mar 17, 1993 by
  2. # Makemake version 2.0d29+ (17 Sept 90), by Rick Holzgrafe and scott douglass.
  3. # (With modifications by Bruno Deslandes and John Senior - ER&D 17 Sept 90).
  4. # To change this Makefile edit the definition of MAKEMAKE below
  5. # and execute Make Makefile.
  6.  
  7.  
  8. MAKEMAKE = Home:Ishkhan:MPW_Tools:MakeMake ∂
  9.             -ia '{MPW}Interfaces:AIncludes:' -ic ∂
  10.             :::Library:Interfaces:CIncludes: -ic '{MPW}Interfaces:CIncludes:' ∂
  11.             -ip '{MPW}Interfaces:PInterfaces:' -ir ∂
  12.             :::Library:Interfaces:RIncludes: -ir '{MPW}Interfaces:RIncludes:' ∂
  13.             'AIncludes={MPW}Interfaces:AIncludes:' ∂
  14.             'CIncludes={MPW}Interfaces:CIncludes:' ∂
  15.             'PInterfaces={MPW}Interfaces:PInterfaces:' ∂
  16.             RIncludes=:::Library:Interfaces:RIncludes: ∂
  17.             'Libraries={MPW}Libraries:Libraries:' ∂
  18.             'CLibraries={MPW}Libraries:CLibraries:' ∂
  19.             'PLibraries={MPW}Libraries:PLibraries:' AOptions= COptions= ∂
  20.             POptions= "ROptions= -a " LINKOPTS= LIBOPTS= "DELETEOPTS=-y -i" ∂
  21.             SETFILEOPTS= 'PRINTOPTS={PrintOptions}' 'Asm={MPW}Tools:Asm' ∂
  22.             'C={MPW}Tools:C' 'Pascal={MPW}Tools:Pascal' 'LINK={MPW}Tools:Link' ∂
  23.             'LIB={MPW}Tools:Lib' ∂
  24.         -t X25_Example_2 ∂
  25.             -f "-t MPST -c 'MPS '" :X25_Example_2.c ∂
  26.             :::Library:X25_Interface_Library.o ∂
  27.             :::Library:Interfaces:RIncludes:X25_Interface_Library.r ∂
  28.             :::Library:IPCGlue.o :::Library:FSDES.o '{Libraries}RunTime.o' ∂
  29.             '{Libraries}Interface.o' '{CLibraries}StdCLib.o'
  30.  
  31. TARGETS = X25_Example_2
  32.  
  33. DOT_H =
  34.  
  35. DOT_R = :::Library:Interfaces:RIncludes:X25_Interface_Library.r
  36.  
  37. SRCS = :X25_Example_2.c
  38.  
  39. INCLUDES = "{MPW}Interfaces:CIncludes:Memory.h" ∂
  40.     "{MPW}Interfaces:CIncludes:Types.h" "{MPW}Interfaces:CIncludes:Events.h" ∂
  41.     "{MPW}Interfaces:CIncludes:Quickdraw.h" "{MPW}Interfaces:CIncludes:stdio.h" ∂
  42.     :::Library:Interfaces:CIncludes:X25_Interface.h ∂
  43.     "{MPW}Interfaces:CIncludes:AppleTalk.h" ∂
  44.     "{MPW}Interfaces:CIncludes:OSUtils.h" ∂
  45.     :::Library:Interfaces:CIncludes:X25_Packet.h
  46.  
  47. INCDIRS = "{MPW}Interfaces:CIncludes:" :::Library:Interfaces:CIncludes:
  48.  
  49. OBJS = :X25_Example_2.c.o
  50.  
  51. LIBS = :::Library:X25_Interface_Library.o :::Library:IPCGlue.o ∂
  52.     :::Library:FSDES.o "{Libraries}RunTime.o" "{Libraries}Interface.o" ∂
  53.     "{CLibraries}StdCLib.o"
  54.  
  55. RES = :::Library:Interfaces:RIncludes:X25_Interface_Library.r
  56.  
  57. AIncludes    = {MPW}Interfaces:AIncludes:
  58. CIncludes    = {MPW}Interfaces:CIncludes:
  59. PInterfaces  = {MPW}Interfaces:PInterfaces:
  60. RIncludes    = :::Library:Interfaces:RIncludes:
  61. Libraries    = {MPW}Libraries:Libraries:
  62. CLibraries   = {MPW}Libraries:CLibraries:
  63. PLibraries   = {MPW}Libraries:PLibraries:
  64. LINKOPTS     = 
  65. LIBOPTS      = 
  66. DELETEOPTS   = -y -i
  67. SETFILEOPTS  = 
  68. PRINTOPTS    = {PrintOptions}
  69. Asm          = {MPW}Tools:Asm
  70. C            = {MPW}Tools:C
  71. Pascal       = {MPW}Tools:Pascal
  72. LINK         = {MPW}Tools:Link
  73. LIB          = {MPW}Tools:Lib
  74. COUNT        = Count
  75. COUNTOPTS    = 
  76. CTAGS        = Ctags
  77. CTAGSOPTS    = -p -local -update
  78. DELETE       = Delete
  79. FILES        = Files
  80. FILESOPTS    = -l
  81. MAKEFILE     = Makefile
  82. PRINT        = Print
  83. REZ          = Rez
  84. SETFILE      = SetFile
  85.  
  86.  
  87. AOptions =  -i "{MPW}Interfaces:AIncludes:"
  88.  
  89. COptions =  -i "{MPW}Interfaces:CIncludes:" ∂
  90.     -i :::Library:Interfaces:CIncludes:
  91.  
  92. POptions =  -i "{MPW}Interfaces:PInterfaces:"
  93.  
  94. ROptions =  -a  -i :::Library:Interfaces:RIncludes: ∂
  95.     -i "{MPW}Interfaces:RIncludes:"
  96.  
  97. X25_Example_2    ƒƒ {OBJS} {LIBS}
  98.     {LINK} {LINKOPTS} -o {Targ} {OBJS} {LIBS}
  99.  
  100. X25_Example_2    ƒƒ {RES} ∂
  101.         "{MPW}Interfaces:RIncludes:Types.r" ∂
  102.         "{MPW}Interfaces:RIncludes:SysTypes.r" ∂
  103.         :::Library:Interfaces:RIncludes:X25_Interface_Library_defs.r
  104.     {REZ} {ROptions} -o {Targ} {RES}
  105.  
  106. X25_Example_2    ƒƒ {OBJS} {LIBS} {RES} ∂
  107.         "{MPW}Interfaces:RIncludes:Types.r" ∂
  108.         "{MPW}Interfaces:RIncludes:SysTypes.r" ∂
  109.         :::Library:Interfaces:RIncludes:X25_Interface_Library_defs.r
  110.     {SETFILE} -t MPST -c 'MPS ' {Targ}
  111.  
  112.  
  113.  
  114. {MAKEFILE}    ƒ NoSuchFile
  115. NoSuchFile    ƒ
  116.     {MAKEMAKE}
  117.  
  118. clean    ƒ
  119.     {DELETE} {DELETEOPTS} {OBJS}
  120.  
  121. clobber    ƒ clean
  122.     {DELETE} {DELETEOPTS} {TARGETS}
  123.  
  124. count    ƒ
  125.     {COUNT} {COUNTOPTS} {DOT_H} {DOT_R} {SRCS}
  126.  
  127. files    ƒ
  128.     {FILES} {FILESOPTS} {TARGETS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS} {OBJS}
  129.  
  130. print    ƒ
  131.     {PRINT} {PRINTOPTS} {MAKEFILE} {DOT_H} {DOT_R} {SRCS}
  132.  
  133. tags    ƒ {DOT_H} {SRCS}
  134.     {CTAGS} {CTAGSOPTS} {C_INCDIRS} {NewerDeps}
  135.  
  136.  
  137. :X25_Example_2.c.o ƒ ∂
  138.         "{MPW}Interfaces:CIncludes:Memory.h" "{MPW}Interfaces:CIncludes:Types.h" ∂
  139.         "{MPW}Interfaces:CIncludes:Events.h" ∂
  140.         "{MPW}Interfaces:CIncludes:Quickdraw.h" ∂
  141.         "{MPW}Interfaces:CIncludes:stdio.h" ∂
  142.         :::Library:Interfaces:CIncludes:X25_Interface.h ∂
  143.         "{MPW}Interfaces:CIncludes:AppleTalk.h" ∂
  144.         "{MPW}Interfaces:CIncludes:OSUtils.h" ∂
  145.         :::Library:Interfaces:CIncludes:X25_Packet.h
  146.